home *** CD-ROM | disk | FTP | other *** search
- !This program cannot be run in DOS mode.
- .rdata
- @.rsrc
- @.reloc
- Asymetrix ToolBook Application
- MINSTB32.dll
- @ ( ( K
- *ClassTbl*
- *ClassEntry*
- *PTABLE*
- *WINDOWSEG*
- *ICONRESTAB*
- *ICONRESSEG*
- *ICONRES*
- Background
- *OBJTABLE*
- *IDTABLE*
- *NAMETAB*
- Rectangle
- Ellipse
- RoundedRectangle
- Polygon
- IrregularPolygon
- AngledLine
- Curve
- PaintObject
- Picture
- Group
- Stage
- Button
- Viewer
- ComboBox
- Field
- RecordField
- Hotword
- *RHOTWORD*
- *TbxBase*
- ( ewer
- bxBase*
- ( bxBase*
- System
- bookPattern
- <BookPath>
- :HDMEDIAPATH
- 330,25.125,100
- 180,37.625,33.3125
- 180,85.3125,100
- 210,25.125,100
- 0,0,0
- 0,0,0
- 0,0,0
- 0,0,0
- ASYMA_CustomColors
- info_LastSavedBy
- info_LastSaved
- bookFillColor
- 3/26/01 8:33:28 AM
- bookLineEndStyle
- bookLineEndSize
- bookStrokeColor
- bookUseWindowsColors
- none,none
- bookTransparent
- bookLineStyle
- 33:23 PM
- qmHfDIp
- 3/26/01 6:33:42 AM
- 0103211018467574731222756
- ASYM_TpID
- openDlgLFN
- openFileDlgLFN
- saveAsDlgLFN
- tbdlg.DLL
- enterbackground
- linkDLL "tbdlg.
- STRING openDlgLFN(
- FileDlgLFN(
- 4,INT)
- >saveAsDlgLFN(
- scriptfield
- to handle enterpage
- set pagen to pagenumber of this page && "of" && pageCount of this background
- set text of field "pages" of this background to pagen
- send enterpageclipart
- to handle idle
- set pageobjs to objects of this page
- step j from 1 to itemcount(pageobjs)
- pop pageobjs
- pageobj = it
- if name of pageobj = "picturegroup"
- firstframe = firstframe of pageobj
- numFrames = numframes of pageobj -- number of pictures
- -- info is a userProp that has three values (1 userProperty is
- -- quicker to read than 3). The values in info are:
- -- <time last flip occurred>,<current frame displayed>,
- -- <time to delay between frames>
- info = info of pageobj
- -- get values into local vars
- pop info into lastTime
- pop info into lastFrame
- delay = info
- newTime = timeGetTime()
- vref = this window
- -- check if delay period has passed. If so, show next frame:
- if ntimes of pageobj < repetitions of pageobj or repetitions of pageobj = -1
- if newtime - firstTime of pageobj>= delayAnim of pageobj or clicked of pageobj is true
- if newTime - lastTime >= delay
- newFrame = lastFrame + 1
- if newframe >= firstframe + numframes
- ntimes of pageobj = ntimes of pageobj +1
- newframe = firstframe
- end
- set lockscreen of vref to true
- if version of pageobj = 2
- show button newFrame of pageobj
- hide button lastFrame of pageobj
- else
- show picture newFrame of pageobj
- hide picture lastFrame of pageobj
- end
- set lockscreen of vref to false
- -- update info userProp with new values
- push newframe onto info
- push newTime onto info
- set info of pageobj to info
- end
- end
- end
- to handle leavepageclipart
- set pageobj to objects of this page
- step j from 1 to itemcount(pageobj)
- pop pageobj
- if name of it = "picturegroup"
- pic = item 2 of info of it
- if version of it = 2
- hide button pic of it
- else
- hide picture pic of it
- end
- end
- to handle initanimation pageobj
- linkdll mmsystem
- dword timeGetTime()
- info of pageobj = timeGetTime(),firstframe of pageobj,item 3 of info of pageobj
- set firstTime of pageobj to item 1 of info of pageobj
- ntimes of pageobj = 0
- objn = firstframe of pageobj
- objl = numframes of pageobj
- lastf = objn+objl-1
- if version of pageobj = 2
- step framei from objn to lastf
- hide button framei of pageobj
- end
- else
- step framei from objn to lastf
- hide picture framei of pageobj
- end
- to handle enterpageclipart
- set pageobj to objects of this page
- step j from 1 to itemcount(pageobj)
- pop pageobj
- if name of it = "picturegroup"
- clicked of it = false
- send initanimation it
- end
- dle enterpageclipart
- set pageobj to objects of this page
- step j from 1 to itemcount(pageobj)
- pop pageobj
- if name of it = "picturegroup"
- clicked of it = false
- send initanimation it
- end
- pages
- scriptfield2
- to handle buttonclick
- system returnval,tbook
- returnval = 0
- --hide this window
- --hide viewer "help" of tbook
- close this window
- maxYield = 0
- while maxYield < 1000
- mmYield
- mmYield
- mmYield
- maxYield = maxYield +1
- &Convert clipart book
- enterpage
- reader
- leavepage
- &File
- &Open... Ctrl+O
- &Save Ctrl+S
- Save &As...
- saveas
- Print Set&up...
- printsetup
- &Print Pages... Ctrl+P
- printpages
- Prin&t Report...
- printreport
- Send &Mail...
- sendmail
- &Run...
- E&xit Alt+F4
- &Edit
- &Undo Ctrl+Z
- Cu&t Ctrl+X
- &Copy Ctrl+C
- &Paste Ctrl+V
- paste
- C&lear Del
- clear
- Select &All Shift+F9
- selectall
- Select Pa&ge Shift+F12
- selectpage
- &Find... Ctrl+F
- &View
- &Author F3
- author
- &Status Bar F12
- statusbar
- Si&ze to Page F11
- sizetopage
- Show &Hotwords F9
- showhotwords
- &Next Page Alt+Right
- &Previous Page Alt+Left
- previous
- &First Page Alt+Up
- first
- &Last Page Alt+Down
- &Back Shift+F2
- &History... Ctrl+F2
- history
- &Text
- &Character... F6
- character
- &Paragraph... F7
- paragraph
- &Regular Ctrl+Space
- regular
- &Bold Ctrl+B
- &Italic Ctrl+I
- italic
- &Underline Ctrl+U
- underline
- Stri&keout Ctrl+K
- strikeout
- Superscrip&t/Subscript
- superscriptSubscript
- &Normal Script
- normalscript
- Su&bscript Ctrl+L
- subscript
- Su&perscript Ctrl+Shift+L
- superscript
- &Help
- &Contents F1
- contents
- VBSAMPLE
- default
- buttonclick
- 4bookpath,sizemainwin
- filterlist = "Thumbnail Book (*.tbk),*.
- OpenFileDlgLFN("Choose a
- newbook =
- convertBook
- = default
- isobject(
- scriptText =
- "scriptfield"
- scriptext2 =
- "scriptfield2"
- s"nodlg"
- /= ""
- pageobj
- picontarget =
- $"&Cancel"
- convertObjects
- "Not a
- 4newpicgroup
- i <> 2
- "picturegroup"
- version
- exportit
- deleteobject(
- firstframe =
- numFrames = numframes
- pictures
- lastframe =
- vref =
- pici
- exfilename = "
- +&".BMP"
- bmpgraphic =
- <OverWrite
- psize =
- ppos =
- convertit "
- removeresources
- resTypeList = "bitmap,cursor,
- ,palette"
- resList = resourceList(
- temp = "resNum =
- " && \
- unused
- " &&
- , fnum,lnum, animsize,animpos,
- firstgif =
- lastgif =
- i =
- ci <=
- 500,500
- selbut =
- gimage =
- & i & ".
- -- importGraphic
- --rname = "b"&i
- rinfo = resourceinfo
- xsize =
- clientToPageUnits(
- rgbfill
- 255,255,255
- defaultAllowdrop
- stretchgraphic
- excludeTab
- defaultAllowDrag
- drawdirect
- usechromakey
- --keycolor
- 192,192,192"
- 255,255,255"
- normalgraphic
- i = i+1
- i =
- ci <=
- B" &&
- & i &
- i = i+1
- hotlink
- movep
- sizep
- removep
- clicked
- delayanim
- firsttime
- ntimes
- winsize
- = 12000,8010
- repetitions
- Delay
- Repetitions
- "animate"
- /"back1"
- i =
- ci <=
- i = i+1
- init
- increase
- decrease the speed
- animation.
- milliseconds.
- value
- -- initialize
- widget
- Xmmsystem
- timeGetTime()
- firstTime
- entering a
- notifybefore
- notifyafter
- pic =
- .-+ +L
- convertBook
- bookpath
- Thumbnail Book (*.tbk),*.tbk
- newbook
- filterlist
- Choose a Book to open.
- default
- dOpenFileDlgLFN
- buttonclick
- scriptext2
- scriptText
- &Cancel
- convertObjects
- scriptfield2
- button
- Not a book
- scriptfield
- nodlg
- picontarget
- pageobj
- convertBook
- ,,H.,
- exportit
- !Oversion
- picturegroup
- newpicgroup
- picontarget
- pageobj
- convertObjects
- numframes
- convertit
- bmpgraphic
- psize
- export
- exfilename
- firstframe
- firstframe
- numFrames
- exportit
- 1, #?
- 1, #?
- ,,H.,
- ,,H.,
- of this book
- resNum = item 1 of resourceInfo of
- bitmap,cursor,icon,menuBar,palette
- remove resource
- resTypeList
- resList
- resNum
- resTypeList
- resList
- resNum
- removeresources
- firstframe
- Repetitions
- image
- xsize
- button
- repetitions
- picturegroup
- newpicgroup
- movep
- ntimes
- psize
- selbut
- "Oversion
- firstgif
- delayanim
- Chotlink
- firsttime
- rname
- rinfo
- clicked
- false
- _Rwinsize
- gimage
- sizep
- fHremovep
- numframes
- Delay
- convertit
- delay
- firstTime
- ntimes
- timeGetTime
- timeGetTime
- mmsystem
- firstframe
- clicked
- picturegroup
- false
- pageobj
- enterpage
- picturegroup
- !Oversion
- pageobj
- leavepage
- clicked
- picturegroup
- false
- pageobj
- reader
-